Mindfuser Concept
===============================
- Mindfuser reverses the Fuseminder process (reads Fuseboxes and fuse files to
  create a Fuseminder/mind mapper-compatible outline).
- Designed for two-tier model in concert with Fuseminder (abandoned fully 
  recursive model until Extended Fusebox/Fusebox 3.0 settle out)
  
- Process:  
  - App name, author, and indenter passed in as parms
  - Write app name and author to outline file (Level 0)
  - Read index.cfm in current directory
    - Get circuits from CFCASE statements
      - For each circuit
        - Write circuit name to outline file (Level 1)
          - Read circuit's index.cfm
            - Loop:
              - Read until CFCASE statement
              - Write fuseaction from CFCASE to outline file (Level 2)
              - While not /CFCASE
                - Read a line
                - Get fuse file name from CFINCLUDE statement
                - Write fuse file name to outline file  (Level 3)
                - Read Fusedoc from fuse file
                - Write Fusedoc to outline file (Level 4)
            
          